From 26857f0f263c0f126b9c2c58377bc275c8c7fb12 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 18:22:19 +0100 Subject: [PATCH] Allow CONFIG_IOEMU=n to work. Signed-off-by: John Levon --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index d16b590fe7..f1f25f19bf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -60,7 +60,7 @@ check_clean: $(MAKE) -C check clean .PHONY: ioemu ioemuinstall ioemuclean -ifdef CONFIG_IOEMU +ifeq ($(CONFIG_IOEMU),y) export IOEMU_DIR ?= ioemu ioemu ioemuinstall: [ -f $(IOEMU_DIR)/config-host.mak ] || \ -- 2.30.2